Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellMatrix<T> Class
Properties Methods


In This Topic
    CellMatrix<T> Class Members
    In This Topic

    The following tables list the members exposed by CellMatrix<T>.

    Public Constructors
     NameDescription
    Public ConstructorPrevents a default instance of the public<T> class from being created.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the total numbers of element(s) in the CellMatrix<T>  
    Public PropertyGets or sets a data item for the specified cell in the SparseMatrix.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Removes all items from the GrapeCity.CalcEngine.SparseMatrix<T>.  
    Public MethodClones this instance.  
    Public MethodCopies a range of cells and pastes it into a range of cells at the specified location.  
    Public MethodLoops through all non-empty items in the CellMatrix<T>.  
    Public MethodLoops through all non-empty items in the CellMatrix<T>.  
    Public Method  
    Public MethodCopies a range of cells as a flatten array.  
    Public MethodAdds columns of cells after the specified column.  
    Public MethodAdds rows of cells after the specified row.  
    Public MethodOverloaded. Gets a boolean value indicating whether there is at least one item.  
    Public MethodMoves a range of cells and pastes it into a range of cells at the specified location.  
    Public Method  
    Public MethodSearches for the next non-empty column in the specified row of CellMatrix<T> object.  
    Public MethodSearches for the next non-empty row in this CellMatrix<T> object.  
    Public MethodSearches for the previous non-empty column in the specified row of CellMatrix<T> object.  
    Public MethodSearches for the previous non-empty row in this CellMatrix<T> object.  
    Public MethodRemoves columns from the specified starting position.  
    Public MethodRemoves rows from the specified starting position.  
    Public MethodSwaps a range of cells and pastes it with another range of cells at the specified location.  
    Public MethodGets the value associated with the specified cell.  
    Top
    See Also